home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Windows marzen / Maxthon 2.0.4 / mx_2.0.4.5799.exe / template / History / maxHistory.css < prev    next >
Cascading Style Sheet File  |  2007-09-17  |  2KB  |  123 lines

  1. /*
  2.  
  3. Style Sheet For History Template v2.0.4.1
  4. 2007-02-01 10:19:32
  5. SiC
  6.  
  7. */
  8. .header{
  9.     height: 64px;
  10. }
  11. .innerHeader,
  12. .innerNavPanel,
  13. .buttons,
  14. .contentWrapper{
  15.     min-width: 610px;
  16.     width: auto;
  17.     margin: 0px 20px;
  18. }
  19.  
  20. .controlPanel{
  21.     margin: 10px 0px;
  22. }
  23.  
  24.  
  25. /* page */
  26.  
  27. .list-table{
  28. }
  29.  
  30. .list-sep-item{
  31.     border-bottom: 1px dotted #E0E0E0;
  32. }
  33.  
  34. .list-panel{
  35.     border-right: 1px dotted #CCCCCC;
  36. }
  37. .list-panel a:link,
  38. .list-panel a:active,
  39. .list-panel a:visited,
  40. .list-panel a:hover
  41. {
  42.     text-align: left;
  43.     color: #756A4F;
  44.     display: block;
  45.     white-space: nowrap;
  46.     text-decoration: none;
  47.     padding: 3px 5px;
  48.     margin: 1px;
  49. }
  50. .list-panel a:hover
  51. {
  52.     padding: 2px 4px;
  53.     color: #395500;
  54.     border: 1px solid #A5D11F;
  55.     background: #F4FBE1;
  56. }
  57. .list-panel a:link.active,
  58. .list-panel a:active.active,
  59. .list-panel a:visited.active,
  60. .list-panel a:hover.active{
  61.     color: black;
  62.     padding: 2px 4px;
  63.     border: 1px solid #98C7F5;
  64.     background: #ECF4FD url('images/arrow.png') right no-repeat;
  65. }
  66.  
  67. .delete-button{
  68.     float:right;
  69.     margin: 2px 5px;
  70. }
  71.  
  72. /* mini buttons */
  73. .minibuttons{
  74.     border: 1px solid #DAD6CB;
  75.     border-right: none;
  76.     white-space: nowrap;
  77. }
  78. .minibuttons a:link,
  79. .minibuttons a:active,
  80. .minibuttons a:visited,
  81. .minibuttons a:hover
  82. {
  83.     display: inline;
  84.     overflow: hidden;
  85.     padding: 1px 5px;
  86.     color: #645A44;
  87.     text-decoration: none;
  88.     border-right: 1px solid #DAD6CB;
  89. }
  90. .minibuttons a:hover
  91. {
  92.     color: #395500;
  93.     background: #F4FADF;
  94. }
  95.  
  96. .list-item{
  97.     margin: 5px;
  98. }
  99. .list-item-label{
  100.     color: #666666;
  101. }
  102. .list-item-label a{
  103.     color: #666666;
  104. }
  105.  
  106.  
  107. .search-item{
  108.     margin-bottom: 20px;
  109. }
  110. .search-item-label{
  111.     color: #666666;
  112.     font-weight: normal;
  113. }
  114. .search-item-label a{
  115.     color: #666666;
  116. }
  117. .search-item-url{
  118.     word-break: break-all;
  119.     color: #999999;
  120. }
  121. .search-item-summary{
  122.     color: #666666;
  123. }